All Questions
Tagged with react-native-mapsreact-native-firebase
8 questions
3votes
1answer
981views
React Native Maps not working with React Native Firebase with use_framework
I know its a common question as React Native maps does not support use_frameworks! but all the solutions in the web not working for me (may be those are too complicated). May anyone please help me how ...
1vote
0answers
79views
how to make multiple markers using react native with firebase?
I just learned about RN. I'm confused to make many markers in 1 map but the data must be from firebase <View style={{ alignItems: "center" }}> <View style={{ ...
0votes
0answers
146views
get lat and long from all firebase documents
I am trying to get location from all documents of my collection, but in this way I am getting just one document lat and long. I need to get all lat and long data from all documents and show it in my ...
3votes
3answers
3kviews
How to set zoom level in google map according to miles in react native?
I have react native application using react-native-maps,in which there is a feature to display near by users based on radius chosen by user that works fine using geocode. but I am facing problem to ...
4votes
1answer
12kviews
React Native Android App crashing with "E/AndroidRuntime: FATAL EXCEPTION: mqt_native_modules"
Crash my app after install and config react-native-maps and @react-native-firebase/app in existing projects. Environment info OS: Windows 10 CPU: (4) x64 Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz ...
2votes
1answer
1kviews
How to change Map coordinates format in React Native?
In firestore database, I've location stored in this form - location: [30.4345685454346° N, 2.134343291302° W] How can I remove ° N and ° W from the coordinates when I fetch them? Also, the ...
0votes
1answer
1kviews
Accessing current location and sending that to firebase
I have a react native app in which i am using react-native-maps.I want to send the current location to firebase and also i want to alert the user when he has passed 100 meter from the current location....
4votes
2answers
1kviews
All firebase libraries must be either above or below 14.0.0 (react-native-maps & react-native-firebase)
I am trying to add react-native-maps into my react-native-firebase starter app. I did not get the error until I tried adding react-native-maps. Below is the code after I followed their instructions ...